.hmxk .banner {
  position: relative;
}
.hmxk .banner .slideBox,
.hmxk .banner .slideBox .bd .li_in,
.hmxk .banner .slideBox .bd a {
  height: 650px;
}
.hmxk .banner .slideBox .hd {
  width: 1200px;
  display: none;
}
.hmxk .banner .slideBox .bb {
  bottom: 330px;
}
.hmxk .ban .slideBox:hover .bb {
  display: block;
}
.hmxk .ban .slideban .prev,
.hmxk .ban .slideban .next {
  background-color: rgba(255, 255, 255, 0.1);
}
.hmxk .bigTitle {
  text-align: center;
  color: #3f3939;
  font-size: 46px;
  font-weight: bold;
}
.hmxk .bigTitle span {
  color: #fd5f3d;
}
.hmxk .smallTitle {
  color: #002bff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}
.hmxk .btnbox {
  display: flex;
  justify-content: center;
}
.hmxk .btnbox .a_btn {
  position: relative;
  top: 0;
  font-size: 20px;
  color: #fff;
  background: -moz-linear-gradient(to bottom, #ea3726, #f6562a);
  background: linear-gradient(to bottom, #ea3726, #f6562a);
  box-shadow: inset 0 2px 10px rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  margin: 0 12px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 15px 54px 15px 40px;
  line-height: 30px;
  box-sizing: border-box;
}
.hmxk .btnbox .a_btn:hover {
  top: -5px;
  box-shadow: none;
}
.hmxk .btnbox .a_btn2 {
  background: -moz-linear-gradient(to bottom, #ff914e, #ff9b59);
  background: linear-gradient(to bottom, #ff914e, #ff9b59);
}
.hmxk .btnbox .a_btn::after {
  position: absolute;
  right: 26px;
  top: 26px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #ffffff;
  opacity: 0.5;
  content: "";
}
.hmxk .innerContent,
.hmxk .innerMain {
  width: 1300px;
  margin: 0 auto;
}
.hmxk .hmkfMoudle1 {
  padding: 40px 0 50px;
  background-color: #ffffff;
}
.hmxk .hmkfMoudle1 .innerContent {
  background: linear-gradient(0deg, #ffffff 0%, #fff6ef 100%);
  border-radius: 18px;
  padding: 30px 0;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 {
  display: flex;
  justify-content: space-around;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 li {
  padding-left: 80px;
  position: relative;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 li h3 {
  font-size: 20px;
  color: #1451e7;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 li h3::after {
  position: absolute;
  left: 86px;
  top: 7px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #1451e7;
  content: "";
}
.hmxk .hmkfMoudle1 .innerContent .oul1 li p {
  width: 185px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 li:nth-child(2) h3 {
  color: #ff5069;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 li:nth-child(2) h3::after {
  border-color: #ff5069;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 li:nth-child(3) h3 {
  color: #3079ff;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 li:nth-child(3) h3::after {
  border-color: #3079ff;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 li:nth-child(4) h3 {
  color: #ff7140;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 li:nth-child(4) h3::after {
  left: 104px;
  border-color: #ff7140;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 li::before {
  background: url("/pc/module/hongmeng/images/icon.png") no-repeat 0px 0px;
  content: "";
  position: absolute;
  left: 24px;
  top: 2px;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 li:nth-child(1)::before {
  width: 40px;
  height: 43px;
  background-position-y: -214px;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 li:nth-child(2)::before {
  width: 43px;
  height: 43px;
  background-position-y: 0px;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 li:nth-child(3)::before {
  width: 41px;
  height: 40px;
  background-position-y: -72px;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 li:nth-child(4)::before {
  width: 41px;
  height: 41px;
  background-position-y: -142px;
}
.hmxk .hmkfMoudle1 .innerContent .oul1 .txt::after {
  position: absolute;
  top: 20px;
  right: -38px;
  transform: translateX(-50%);
  display: inline-block;
  width: 2px;
  height: 42px;
  background-color: rgba(254, 140, 81, 0.1);
  content: "";
}
.hmxk .hmkfMoudle1 .innerMain {
  width: 1300px;
  height: 160px;
  background: url("/pc/module/hongmeng/images/part1-card-bg.png") no-repeat center center;
  border-radius: 18px;
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}
.hmxk .hmkfMoudle1 .innerMain .hmkfJob {
  display: flex;
  justify-content: space-around;
  height: 120px;
  overflow: hidden;
  margin-top: 22px;
}
.hmxk .hmkfMoudle1 .innerMain .hmkfJob h4 {
  position: relative;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  left: 55px;
  top: 2px;
  width: 80px;
  margin-right: 70px;
}
.hmxk .hmkfMoudle1 .innerMain .oul2 {
  width: 410px;
  color: #fff;
  line-height: 24px;
}
.hmxk .hmkfMoudle1 .innerMain .oul2 li {
  font-size: 13px;
}
.hmxk .hmkfMoudle1 .innerMain .kbbox {
  height: 120px;
  border-radius: 20px;
  margin: 10px auto 150px;
  position: relative;
}
.hmxk .hmkfMoudle1 .innerMain .kbbox h4 {
  position: absolute;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  left: 44px;
  top: 14px;
}
.hmxk .hmkfMoudle1 .innerMain .kbbox::after {
  position: absolute;
  top: 20px;
  left: 4px;
  transform: translateX(-50%);
  display: inline-block;
  width: 2px;
  height: 100px;
  background-color: #ffffff;
  opacity: 0.2;
  content: "";
}
.hmxk .hmkfMoudle1 .innerMain .kbbox .head_kb {
  display: flex;
  justify-content: space-between;
}
.hmxk .hmkfMoudle1 .innerMain .techcen_right {
  width: 600px;
  margin-left: 26px;
}
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info {
  float: none;
  width: 600px;
  height: 90px;
  display: flex;
  justify-content: space-evenly;
  background: none;
  margin-top: 10px;
}
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info .hd {
  position: relative;
  width: 110px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background-color: #fff;
  margin: 40px 0 0;
}
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info .select dt {
  width: 110px;
  box-sizing: border-box;
  height: 40px;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  padding-left: 15px;
  font-size: 15px;
  z-index: auto;
}
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info .select dt::after {
  position: absolute;
  right: 16px;
  top: 13px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-color: #fd5f3d;
  content: "";
}
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info .select dd {
  right: -10px;
  top: 54px;
  border-radius: 8px;
  border: none;
  width: 145px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  padding: 5px;
}
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info .select dd ul li {
  width: 50%;
}
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info .bd ul li strong i,
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info .select dt i {
  display: none !important;
}
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info .bd,
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info .bd ul {
  width: 460px !important;
  height: 130px !important;
}
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info .bd ul li {
  width: 460px;
  display: flex;
  justify-content: space-between;
}
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info .bd ul li p {
  overflow: visible;
}
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info .bd ul li p a {
  color: #fff;
  font-size: 13px;
}
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info .bd ul li p a strong {
  color: #feffac;
}
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info .bd ul li p a .man {
  color: #fff !important;
}
.hmxk .hmkfMoudle1 .innerMain .techcen_right .kb_info .bd ul li a.itcast_click {
  height: 24px;
  line-height: 30px;
}
.hmxk .hmkfMoudle2 {
  padding: 100px 0;
  background: url("/pc/module/hongmeng/images/part2-bg.jpg") no-repeat center center;
}
.hmxk .hmkfMoudle2 .innerContent {
  padding: 110px 0 100px;
  position: relative;
}
.hmxk .hmkfMoudle2 .innerContent > img {
  margin: 0 auto;
  display: block;
}
.hmxk .hmkfMoudle2 .innerContent > div {
  position: absolute;
}
.hmxk .hmkfMoudle2 .innerContent > div.txt1 {
  top: 164px;
  left: 114px;
  text-align: right;
}
.hmxk .hmkfMoudle2 .innerContent > div.txt2 {
  top: 164px;
  left: 776px;
}
.hmxk .hmkfMoudle2 .innerContent > div.txt3 {
  top: 354px;
  left: 158px;
  text-align: right;
}
.hmxk .hmkfMoudle2 .innerContent > div.txt4 {
  top: 354px;
  left: 776px;
}
.hmxk .hmkfMoudle3 {
  padding: 100px 0;
  background-color: #ffffff;
}
.hmxk .hmkfMoudle3 .innerContent {
  padding-top: 85px;
}
.hmxk .hmkfMoudle3 .innerContent .card1 {
  margin: 0 auto;
  width: 1206px;
  height: 275px;
  background: url("/pc/module/hongmeng/images/part3-bg1.png") no-repeat center center;
  display: flex;
  justify-content: space-between;
}
.hmxk .hmkfMoudle3 .innerContent .card1 > div {
  width: 290px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
}
.hmxk .hmkfMoudle3 .innerContent .card1 > div > h4 {
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 12px;
  text-align: center;
}
.hmxk .hmkfMoudle3 .innerContent .card1 > div > p {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.hmxk .hmkfMoudle3 .innerContent .card1 > div > span {
  width: 202px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.hmxk .hmkfMoudle3 .innerContent .card1 > div.txt1 > h4,
.hmxk .hmkfMoudle3 .innerContent .card1 > div.txt1 > p {
  color: #159cff;
}
.hmxk .hmkfMoudle3 .innerContent .card1 > div.txt2 > h4,
.hmxk .hmkfMoudle3 .innerContent .card1 > div.txt2 > p {
  color: #ff7928;
}
.hmxk .hmkfMoudle3 .innerContent .card1 > div.txt3 > h4,
.hmxk .hmkfMoudle3 .innerContent .card1 > div.txt3 > p {
  color: #0d66f1;
}
.hmxk .hmkfMoudle3 .innerContent .card1 > div.txt4 > h4,
.hmxk .hmkfMoudle3 .innerContent .card1 > div.txt4 > p {
  color: #ff591f;
}
.hmxk .hmkfMoudle3 .innerContent .card2 {
  background: url("/pc/module/hongmeng/images/part3-bg2.png") no-repeat center center;
  height: 302px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 46px;
  margin-top: -100px;
  margin-bottom: 40px;
}
.hmxk .hmkfMoudle3 .innerContent .card2 > h3 {
  font-weight: bold;
  font-size: 36px;
  color: #fffe91;
  line-height: 36px;
  margin-bottom: 22px;
  letter-spacing: 2px;
}
.hmxk .hmkfMoudle3 .innerContent .card2 > p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  opacity: 0.5;
  line-height: 18px;
  margin-bottom: 42px;
  letter-spacing: 3px;
}
.hmxk .hmkfMoudle3 .innerContent .card2 > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 98px;
}
.hmxk .hmkfMoudle3 .innerContent .card2 > div > div {
  text-align: center;
  width: 368px;
  box-sizing: border-box;
}
.hmxk .hmkfMoudle3 .innerContent .card2 > div > div > h4 {
  width: 138px;
  height: 45px;
  line-height: 45px;
  background: #fffe91;
  border-radius: 12px;
  margin: 0 auto 26px;
  font-weight: bold;
  font-size: 26px;
  color: #ff642c;
}
.hmxk .hmkfMoudle3 .innerContent .card2 > div > div > span {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
}
.hmxk .hmkfMoudle3 .innerContent .card2 > div > div:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hmxk .hmkfMoudle4 {
  padding: 100px 0;
  background: url("/pc/module/hongmeng/images/part4-bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.hmxk .hmkfMoudle4 .bigTitle {
  color: #ffffff;
}
.hmxk .hmkfMoudle4 .bigTitle span {
  color: #fffe91;
}
.hmxk .hmkfMoudle4 .pos-left {
  position: absolute;
  left: 0;
  top: 200px;
  z-index: 99;
}
.hmxk .hmkfMoudle4 .pos-right {
  position: absolute;
  right: 0;
  top: 200px;
  transform: rotateY(180deg);
  z-index: 99;
}
.hmxk .hmkfMoudle4 .picMarquee-left {
  height: 0;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 35px;
}
.hmxk .hmkfMoudle4 .picMarquee-left1.cur {
  height: 435px;
}
.hmxk .hmkfMoudle4 .picMarquee-left1 li {
  width: 4396px;
  height: 435px;
  margin-right: 14px;
}
.hmxk .hmkfMoudle4 .picMarquee-left1 li .con .pic {
  float: left;
  width: 4396px;
  height: 435px;
  border-radius: 0;
  overflow: hidden;
}
.hmxk .hmkfMoudle4 .information_con li .con img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hmxk .hmkfMoudle4 .innerContent {
  height: 366px;
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0;
  box-sizing: border-box;
}
.hmxk .hmkfMoudle4 .innerContent .card-left {
  padding-left: 60px;
}
.hmxk .hmkfMoudle4 .innerContent .card-left > h3 {
  font-weight: bold;
  font-size: 36px;
  color: #fd5536;
  line-height: 36px;
  margin-bottom: 46px;
  text-align: center;
}
.hmxk .hmkfMoudle4 .innerContent .card-left > div {
  display: flex;
  align-items: center;
}
.hmxk .hmkfMoudle4 .innerContent .card-left > div > div {
  width: 203px;
  height: 157px;
  background: linear-gradient(0deg, #ffdfd4 0%, #ffffff 100%);
  border-radius: 20px;
  text-align: center;
}
.hmxk .hmkfMoudle4 .innerContent .card-left > div > div:nth-child(2) {
  margin-left: 12px;
  margin-right: 12px;
}
.hmxk .hmkfMoudle4 .innerContent .card-left > div > div > h4 {
  font-weight: bold;
  font-size: 24px;
  color: #fd5536;
  line-height: 30px;
  margin-bottom: 10px;
}
.hmxk .hmkfMoudle4 .innerContent .card-left > div > div > span {
  display: block;
  font-weight: bold;
  font-size: 15px;
  color: #fd5536;
  line-height: 15px;
  margin-bottom: 20px;
}
.hmxk .hmkfMoudle4 .innerContent .card-left > div > div > p {
  font-weight: 400;
  font-size: 15px;
  color: #3f3939;
  line-height: 15px;
  margin-bottom: 10px;
}
.hmxk .hmkfMoudle4 .innerContent .card-left > div > div > b {
  font-weight: bold;
  font-size: 15px;
  color: #3f3939;
  line-height: 15px;
}
.hmxk .hmkfMoudle4 .innerContent .card-right {
  margin-right: 90px;
  position: relative;
}
.hmxk .hmkfMoudle4 .innerContent .card-right .swiper-container {
  height: 312px;
  width: 421px;
}
.hmxk .hmkfMoudle4 .innerContent .card-right .swiper-container .swiper-slide img {
  height: 100%;
}
.hmxk .hmkfMoudle4 .innerContent .card-right .swiper-button-next,
.hmxk .hmkfMoudle4 .innerContent .card-right .swiper-button-prev {
  color: #fd5e3c;
  width: 44px;
  height: 44px;
  background: #fff0ed;
  border-radius: 50%;
  z-index: 999;
  top: 50%;
  cursor: pointer;
}
.hmxk .hmkfMoudle4 .innerContent .card-right .swiper-button-prev {
  left: -60px;
}
.hmxk .hmkfMoudle4 .innerContent .card-right .swiper-button-next {
  right: -50px;
}
.hmxk .hmkfMoudle4 .innerContent .card-right .swiper-button-prev:after {
  padding-right: 3px;
}
.hmxk .hmkfMoudle4 .innerContent .card-right .swiper-button-next:after {
  padding-left: 3px;
}
.hmxk .hmkfMoudle4 .innerContent .card-right .swiper-button-next:after,
.hmxk .hmkfMoudle4 .innerContent .card-right .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bolder;
}
.hmxk .hmkfMoudle4 .innerContent .card-right .swiper-button-next:hover,
.hmxk .hmkfMoudle4 .innerContent .card-right .swiper-button-prev:hover {
  background: #ffc7ba;
  color: #ffffff;
}
.hmxk .hmkfMoudle5 {
  background-color: #fff;
  padding: 82px 0 96px;
  position: relative;
}
.hmxk .hmkfMoudle5 .bgpic {
  width: 456px;
  height: 370px;
  position: absolute;
  left: -110px;
  bottom: -110px;
}
.hmxk .hmkfMoudle5 .boxlist_con ul {
  overflow: hidden;
  margin: 46px 0 80px;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li {
  position: relative;
  float: left;
  width: 230px;
  border-radius: 8px;
  background: #fafafa;
  margin: 0 10px 0 0;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li:after {
  position: absolute;
  right: -9px;
  top: 18px;
  width: 7px;
  height: 8px;
  background: url("/pc/module/hongmeng/images/icon.png") no-repeat 0 -287px;
  content: "";
}
.hmxk .hmkfMoudle5 .boxlist_con ul li h3 {
  position: relative;
  height: 40px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #fd5536;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li p {
  width: 92%;
  font-size: 12px;
  color: #919191;
  line-height: 17px;
  border-radius: 8px;
  box-sizing: border-box;
  background: #fff;
  padding: 16px 0 14px 14px;
  margin: 11px auto;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li p span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #313131;
  line-height: 24px;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxbot {
  position: relative;
  width: 92%;
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px #ffcbb1 dashed;
  background: #fff;
  margin: 10px auto 0;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxbot h6 {
  color: #333333;
  margin: 6px auto;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0px 8px;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxbot h4 {
  font-size: 15px;
  color: #fd5536;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  text-align: center;
  background: #ffefe5;
  padding: 10px 0;
  margin-bottom: 10px;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxbot h4 span {
  padding: 0;
  color: #ff6c47;
  font-size: 12px;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxbot span {
  display: block;
  font-size: 12px;
  color: #919191;
  padding: 0 8px 4px 12px;
  line-height: 18px;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxbot span em {
  color: #fd5536;
  font-style: normal;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxbot b,
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxbot a {
  display: block;
  font-size: 14px;
  color: #353535;
  line-height: 17px;
  font-weight: bold;
  padding: 0 0 8px 14px;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxbot a {
  cursor: pointer;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxbot b em,
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxbot a em {
  display: block;
  font-style: inherit;
  color: #919191;
  font-weight: normal;
  margin-top: 5px;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxbot em a {
  display: inline;
  color: #919191;
  font-weight: normal;
  padding: 0;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxbot2 p {
  padding-right: 8px;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li:last-child p span {
  padding: 8px 0 10px;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li:last-child,
.hmxk .hmkfMoudle5 .boxlist_con ul li:nth-child(5) {
  margin-right: 0;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li:last-child:after,
.hmxk .hmkfMoudle5 .boxlist_con ul li:nth-child(5):after {
  display: none;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li:last-child {
  position: relative;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li:nth-child(4) .boxbot2 h3,
.hmxk .hmkfMoudle5 .boxlist_con ul li:nth-child(2) h3 {
  background: #ff6c45;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxhxnl {
  position: relative;
  width: 92%;
  border-radius: 8px;
  box-sizing: border-box;
  background: #fff;
  padding: 0 0 11px;
  margin: 16px auto 0;
  overflow: hidden;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxhxnl h4 {
  height: 34px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background: -webkit-linear-gradient(left, #ff6927, #ff3f36);
  background: -o-linear-gradient(left, #ff6927, #ff3f36);
  background: linear-gradient(to right, #ff6927, #ff3f36);
  margin-bottom: 12px;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxhxnl span {
  position: relative;
  display: block;
  font-size: 13px;
  color: #313131;
  line-height: 20px;
  padding: 0 0 4px 17px;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxhxnl span:before {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff4036;
  content: "";
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxnlhx {
  position: relative;
  width: 92%;
  border-radius: 12px;
  box-sizing: border-box;
  background: #fd5536;
  padding: 14px 12px 10px;
  margin: 16px auto 0;
  overflow: hidden;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxnlhx2 {
  background: #ff6c45;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxnlhx span {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  margin-bottom: 4px;
}
.hmxk .hmkfMoudle5 .boxlist_con ul li .boxnlhx b {
  font-size: 13px;
}
.hmxk .hmkfMoudle6 {
  padding: 100px 0;
  background: url("/pc/module/hongmeng/images/part6-bg.jpg") no-repeat center center;
  background-size: cover;
}
.hmxk .hmkfMoudle6 .bigTitle {
  color: #ffffff;
}
.hmxk .hmkfMoudle6 .bigTitle span {
  color: #fffe91;
}
.hmxk .hmkfMoudle6 .capability {
  margin: 60px auto 40px;
  width: 1300px;
  height: 463px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hmxk .hmkfMoudle7 {
  padding: 100px 0;
  background: #f6faff;
}
.hmxk .hmkfMoudle7 .boxlist3_con {
  margin-top: 80px;
}
.hmxk .hmkfMoudle7 .boxlist3_main {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  background: #ffffff;
  border-radius: 20px;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_left {
  width: 437px;
  height: 540px;
  box-sizing: border-box;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_left ul {
  margin-top: 30px;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_left ul li {
  position: relative;
  margin-bottom: 10px;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_left ul li p {
  width: 277px;
  height: 44px;
  font-size: 15px;
  color: #36405a;
  line-height: 44px;
  border-radius: 7px;
  padding-left: 20px;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 auto;
  background: #fff8f6;
  border-radius: 10px;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_left ul .cur p {
  color: #fff;
  background: -moz-linear-gradient(to right, #ff5e38, #ff6e41);
  background: linear-gradient(90deg, #ff5e38 0%, #ff6e41 100%);
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right {
  width: calc(100% - 437px);
  height: 520px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-right: 90px;
  box-sizing: border-box;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right h3 {
  position: relative;
  font-size: 22px;
  color: #202020;
  font-weight: bold;
  line-height: 40px;
  margin-left: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5eaff;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right h3 label {
  display: inline-block;
  margin-left: 20px;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right h3 span {
  font-size: 15px;
  color: #6c6c6c;
  font-weight: normal;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right h3 .h2span2 {
  position: absolute;
  right: 4px;
  width: 92px;
  height: 28px;
  background: #ffede8;
  font-size: 16px;
  color: #ff6a3f;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
  border-radius: 10px;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right h3:before {
  position: absolute;
  top: 10px;
  width: 6px;
  height: 22px;
  border-radius: 3px;
  background-color: #567ffa;
  content: "";
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right h4 {
  font-size: 14px;
  color: #61656e;
  line-height: 22px;
  padding-top: 15px;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right h4 a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 22px;
  line-height: 22px;
  border-radius: 15px;
  background: #16c9a1;
  padding: 0 10px;
  margin-left: 10px;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right h4 a a:hover {
  background: #12a076;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right .contentBox {
  display: none;
  height: 420px !important;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right .contentBox.cur {
  display: block;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right .plist {
  width: 100%;
  height: 420px;
  overflow-y: auto;
  padding: 0 90px 0 52px;
  box-sizing: border-box;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right .plist .botbox {
  display: none;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right .plist .botbox.cur {
  display: block;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right .plist p {
  line-height: 24px;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right .plist::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right .plist::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 6px;
  background: #ccd5ff;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right .plist::-webkit-scrollbar-track {
  width: 6px;
  height: 1px;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right .con {
  width: 100%;
  display: none;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right .con.cur {
  display: block;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right .con .conh4 {
  font-size: 16px;
  color: #36405a;
  margin-bottom: 20px;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right .con .icon {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
.hmxk .hmkfMoudle7 .boxlist3_main .boxlist3_right .con .conp {
  margin-bottom: 30px;
}
.hmxk .hmkfMoudle8 {
  padding: 100px 0 50px;
}
.hmxk .hmkfMoudle8 .card {
  margin-top: 46px;
  height: 126px;
  background: url("/pc/module/hongmeng/images/part8-card-bg.png") no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.hmxk .hmkfMoudle8 .card > div {
  width: 298px;
  height: 64px;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hmxk .hmkfMoudle8 .card > div:last-child {
  border-right: 0;
}
.hmxk .hmkfMoudle8 .card > div > h4 {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 6px;
}
.hmxk .hmkfMoudle8 .card > div > p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
}
.hmxk .hmkfMoudle8 .oul {
  display: flex;
  justify-content: space-evenly;
  margin: 60px auto 40px;
  width: 1200px;
}
.hmxk .hmkfMoudle8 .oul li {
  width: 132px;
  height: 48px;
  padding: 0;
  line-height: 48px;
  font-size: 16px;
  color: #36405a;
  font-weight: 400;
  background: #fff6f0;
  border-radius: 12px;
  text-align: center;
}
.hmxk .hmkfMoudle8 .oul li.cur {
  background: linear-gradient(90deg, #ff5e38, #ff6e41);
  color: #ffffff;
}
.hmxk .hmkfMoudle8 .card2 {
  padding: 30px;
  background: linear-gradient(90deg, #fcfcfc 0%, #f4f4f4 100%);
  border-radius: 20px;
  border-image: linear-gradient(0deg, #ffffff, #ffffff) 10 10;
}
.hmxk .hmkfMoudle8 .card2 .content {
  display: none;
}
.hmxk .hmkfMoudle8 .card2 .content dl {
  display: flex;
  justify-content: space-evenly;
}
.hmxk .hmkfMoudle8 .card2 .content dl img {
  width: 446px;
}
.hmxk .hmkfMoudle8 .card2 .content dl dd h3 {
  position: relative;
  font-size: 20px;
  color: #202020;
  font-weight: bold;
  line-height: 40px;
  margin-top: 10px;
  width: 686px;
  border-bottom: 1px solid #e5eaff;
  text-indent: 20px;
}
.hmxk .hmkfMoudle8 .card2 .content dl dd h3 span {
  color: #474d66;
  margin-left: 20px;
  font-size: 16px;
}
.hmxk .hmkfMoudle8 .card2 .content dl dd h3:before {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 6px;
  height: 22px;
  border-radius: 3px;
  background-color: #ff6d40;
  content: "";
}
.hmxk .hmkfMoudle8 .card2 .content dl dd p {
  line-height: 26px;
  margin-top: 10px;
}
.hmxk .hmkfMoudle8 .card2 .content dl dd h5 {
  width: 150px;
  height: 36px;
  font-size: 16px;
  color: #ff6e41;
  line-height: 36px;
  text-align: center;
  background: #ffe4d2;
  border-radius: 0px 18px 18px 18px;
  margin: 20px 0 10px;
}
.hmxk .hmkfMoudle8 .card2 .content dl dd .plist {
  width: 696px;
  height: 360px;
  overflow-y: auto;
  margin-top: 10px;
  padding-right: 10px;
}
.hmxk .hmkfMoudle8 .card2 .content dl dd .plist .botbox {
  display: none;
}
.hmxk .hmkfMoudle8 .card2 .content dl dd .plist .botbox.cur {
  display: block;
}
.hmxk .hmkfMoudle8 .card2 .content dl dd .plist::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.hmxk .hmkfMoudle8 .card2 .content dl dd .plist::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 6px;
  background: #ccd5ff;
}
.hmxk .hmkfMoudle8 .card2 .content dl dd .plist::-webkit-scrollbar-track {
  width: 6px;
  height: 1px;
}
.hmxk .hmkfMoudle8 .card2 .cur {
  display: block;
}
.hmxk .hmkfMoudle9 {
  background: url("/pc/module/hongmeng/images/part9-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  /*当前选中的图片*/
}
.hmxk .hmkfMoudle9 .inner {
  width: 1300px;
}
.hmxk .hmkfMoudle9 .bigTitle {
  color: #fff;
}
.hmxk .hmkfMoudle9 .swiper-container {
  width: 1300px;
  height: 100%;
  margin-top: 50px;
}
.hmxk .hmkfMoudle9 .swiper-slide {
  font-size: 18px;
  background: #fff;
  flex-direction: column;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  opacity: 0.1;
  border-radius: 20px;
}
.hmxk .hmkfMoudle9 .swiper-slide dl {
  display: flex;
  background: #fff;
  padding: 40px;
  width: 980px;
  border-radius: 20px;
  box-sizing: border-box;
}
.hmxk .hmkfMoudle9 .swiper-slide dl img {
  width: 260px;
}
.hmxk .hmkfMoudle9 .swiper-slide dl dd {
  width: 500px;
  margin-left: 60px;
}
.hmxk .hmkfMoudle9 .swiper-slide dl dd h3 {
  position: relative;
  font-size: 20px;
  color: #202020;
  font-weight: bold;
  line-height: 40px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5eaff;
  margin-bottom: 10px;
}
.hmxk .hmkfMoudle9 .swiper-slide dl dd h3 span {
  color: #474d66;
  margin-right: 20px;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 10px;
  background: #ffebe0;
  color: #ff671a;
}
.hmxk .hmkfMoudle9 .swiper-slide dl dd h3 .yellow {
  background: #ffebe0;
  color: #ff671a;
}
.hmxk .hmkfMoudle9 .swiper-slide dl dd p {
  line-height: 26px;
}
.hmxk .hmkfMoudle9 .swiper-slide dl dd p i {
  font-weight: bold;
  color: #ff6d40;
  display: inline-block;
  margin-right: 6px;
}
.hmxk .hmkfMoudle9 .swiper-slide dl dd h5 {
  width: 150px;
  font-size: 16px;
  color: #000d4d;
  line-height: 36px;
  margin-top: 20px;
}
.hmxk .hmkfMoudle9 .swiper-slide-active,
.hmxk .hmkfMoudle9 .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 999;
  opacity: 1;
}
.hmxk .hmkfMoudle9 .swiper-button-next,
.hmxk .hmkfMoudle9 .swiper-button-prev {
  color: #ffffff;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 999;
  top: 50%;
  cursor: pointer;
}
.hmxk .hmkfMoudle9 .swiper-button-prev {
  left: 30px;
}
.hmxk .hmkfMoudle9 .swiper-button-next {
  right: 30px;
}
.hmxk .hmkfMoudle9 .swiper-button-prev:after {
  padding-right: 3px;
}
.hmxk .hmkfMoudle9 .swiper-button-next:after {
  padding-left: 3px;
}
.hmxk .hmkfMoudle9 .swiper-button-next:after,
.hmxk .hmkfMoudle9 .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bolder;
}
.hmxk .hmkfMoudle9 .swiper-button-next:hover,
.hmxk .hmkfMoudle9 .swiper-button-prev:hover {
  background: #ffffff;
  color: #ff603b;
}
.hmxk .hmkfMoudle10 {
  padding: 80px 0 80px;
  background: #f5f7ff;
}
.hmxk .hmkfMoudle10 .oul {
  width: 1090px;
  display: flex;
  justify-content: space-evenly;
  margin: 60px auto 40px;
}
.hmxk .hmkfMoudle10 .oul li {
  width: 198px;
  height: 48px;
  background: url("/pc/module/hongmeng/images/bg3.png") no-repeat;
  background-size: 100% 100%;
  padding: 0 !important;
  border-radius: 0 !important;
  line-height: 48px;
  text-align: center;
}
.hmxk .hmkfMoudle10 .oul li.cur {
  background: url("/pc/module/hongmeng/images/bg33.png") no-repeat;
  background-size: 100% 100%;
  box-shadow: none !important;
  color: #ffffff;
}
.hmxk .hmkfMoudle10 .oul li:first-child {
  width: 176px;
  height: 48px;
  background: url("/pc/module/hongmeng/images/bg1.png") no-repeat;
  background-size: 100% 100%;
}
.hmxk .hmkfMoudle10 .oul li:first-child.cur {
  background: url("/pc/module/hongmeng/images/bg11.png") no-repeat;
  background-size: 100% 100%;
}
.hmxk .hmkfMoudle10 .oul li:last-child {
  width: 176px;
  height: 48px;
  background: url("/pc/module/hongmeng/images/bg2.png") no-repeat;
  background-size: 100% 100%;
}
.hmxk .hmkfMoudle10 .oul li:last-child.cur {
  background: url("/pc/module/hongmeng/images/bg22.png") no-repeat;
  background-size: 100% 100%;
}
.hmxk .hmkfMoudle10 .innerContent {
  width: 1090px;
  height: 280px;
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
  box-sizing: border-box;
}
.hmxk .hmkfMoudle10 .innerContent .content {
  display: none;
}
.hmxk .hmkfMoudle10 .innerContent .content.cur {
  display: block;
}
.hmxk .hmkfMoudle10 dl {
  display: flex;
  justify-content: start;
}
.hmxk .hmkfMoudle10 dl img {
  width: 630px;
}
.hmxk .hmkfMoudle10 dd {
  margin-left: 108px;
}
.hmxk .hmkfMoudle10 dd h4 {
  font-size: 24px;
  color: #ff401a;
  margin: 20px 0 10px 0px;
}
.hmxk .hmkfMoudle10 dd p {
  width: 324px;
  font-size: 16px;
  color: #474d66;
  line-height: 30px;
}
.hmxk .hmkfMoudle10 dd .btnbox {
  justify-content: start;
}
.hmxk .hmkfMoudle10 dd .btnbox .a_btn {
  margin: 10px 0 0 0;
  height: 44px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  padding-top: 13px;
  padding-bottom: 13px;
  background: -moz-linear-gradient(to bottom, #ff6c47, #ff5a47);
  background: linear-gradient(to bottom, #ff6c47, #ff5a47);
}
.hmxk .hmkfMoudle10 dd .btnbox .a_btn::after {
  top: 17px;
}
.hmxk .hmkfMoudle11 {
  background: linear-gradient(0deg, #ffffff 0%, #fff9f7 100%);
  padding: 100px 0 120px;
}
.hmxk .hmkfMoudle11 .innerContent {
  padding-top: 50px;
}
.hmxk .hmkfMoudle11 .innerContent .video-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1100px;
  height: 500px;
  margin: 0 auto;
  background: url("/pc/module/hongmeng/module11/images/zbpic.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 20px;
}
.hmxk .hmkfMoudle11 .innerContent .bottom-btn {
  margin: 24px auto 0;
  width: 1100px;
  height: 120px;
  background: url("/pc/module/hongmeng/module11/images/activity.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}
.hmxk .hm_box_newsinfo {
  background: #ffffff;
  padding: 140px 0 64px;
}
.hmxk .hm_box_newsinfo .box_In {
  width: 1200px;
  margin: 0 auto;
}
.hmxk .hm_box_newsinfo .newsinfo_list {
  display: flex;
  justify-content: space-between;
}
.hmxk .hm_box_newsinfo .newsinfo_list .list_main {
  position: relative;
  width: 380px !important;
  height: 300px;
  box-sizing: border-box;
  background-size: 100% 100%;
  padding-top: 18px;
  background: #f9faff;
  border-radius: 20px;
  border: 2px solid #f9faff;
}
.hmxk .hm_box_newsinfo .newsinfo_list .list_main h2 {
  position: absolute;
  left: 50%;
  top: -55px;
  width: 324px;
  height: 55px;
  line-height: 55px;
  box-sizing: border-box;
  border-radius: 12px 12px 0 0;
  box-shadow: inset 0 0 30px rgba(184, 255, 252, 0.3);
  background-color: #3971e4;
  margin-left: -162px;
  padding: 0 24px;
  overflow: hidden;
}
.hmxk .hm_box_newsinfo .newsinfo_list .list_main:nth-child(2) h2 {
  background-color: #10abe8;
}
.hmxk .hm_box_newsinfo .newsinfo_list .list_main:nth-child(3) h2 {
  box-shadow: inset 0 0 30px rgba(251, 255, 184, 0.3);
  background-color: #ff8251;
}
.hmxk .hm_box_newsinfo .newsinfo_list .list_main h2 span {
  font-size: 20px;
  color: #fff;
}
.hmxk .hm_box_newsinfo .newsinfo_list .list_main h2 a {
  float: right;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 5px;
}
.hmxk .hm_box_newsinfo .newsinfo_list .list_main h2 a:hover {
  color: #fff;
}
.hmxk .hm_box_newsinfo .newsinfo_list .list_main ul {
  height: 270px;
  overflow: hidden;
}
.hmxk .hm_box_newsinfo .newsinfo_list .list_main ul li {
  width: 290px;
  height: 33px;
  line-height: 33px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
.hmxk .hm_box_newsinfo .newsinfo_list .list_main ul li span {
  display: inline-block;
  width: 30px;
  font-size: 17px;
  color: #fb654b;
  font-weight: bold;
  box-shadow: none !important;
  margin-right: 0 !important;
}
.hmxk .hm_box_newsinfo .newsinfo_list .list_main ul li:nth-child(n + 4) span {
  color: #002bff;
}
